Skip to content

Bump Azure.AI.Projects and Azure.Identity#54

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/csharp/voice-live-quickstarts/AgentsNewQuickstart/multi-7319bdf438
Closed

Bump Azure.AI.Projects and Azure.Identity#54
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/csharp/voice-live-quickstarts/AgentsNewQuickstart/multi-7319bdf438

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2026

Updated Azure.AI.Projects from 1.0.0-beta.8 to 1.1.0.

Release notes

Sourced from Azure.AI.Projects's releases.

1.1.0

1.1.0 (2026-03-12)

Features Added

This release contains required changes for durable task scheduler private endpoint support. As part of this schedulers can be configured to disable public network access. Additionally, private endpoint connections can be managed and viewed.

  • DurableTaskSchedulerProperties now includes PublicNetworkAccess to enable or disable public network access.
  • DurableTaskSchedulerProperties now also contain a readonly PrivateEndpointConnections collection for any private endpoint connections of this scheduler.
  • The DurableTaskPrivateEndpointConnectionCollection client allows managing of private endpoint connections, including approving / rejecting connections.

Other Changes

  • Now uses API version 2026-02-01 for all resource management calls.

1.1.0-beta.3

1.1.0-beta.3 (2026-02-26)

Bugs Fixed

  • Added public InterimResponseConfigBase InterimResponse

1.1.0-beta.2

1.1.0-beta.2 (2026-02-19)

Features Added

  • MCP (Model Context Protocol) Support: Added comprehensive support for MCP server integration

    • Added VoiceLiveMcpServerDefinition for configuring external MCP servers as tools
    • Added MCPApprovalType enum for controlling tool execution approval workflows ("always", "never")
    • Added VoiceLiveMcpTool class for representing MCP tool definitions with JSON schemas
    • Added MCP-specific session update events:
      • SessionUpdateMcpListToolsInProgress - Tool discovery started
      • SessionUpdateMcpListToolsCompleted - Tool discovery completed
      • SessionUpdateMcpListToolsFailed - Tool discovery failed
      • SessionUpdateResponseMcpCallArgumentsDelta - Tool call arguments streaming
      • SessionUpdateResponseMcpCallArgumentsDone - Tool call arguments complete
      • SessionUpdateResponseMcpCallInProgress - Tool execution started
      • SessionUpdateResponseMcpCallCompleted - Tool execution completed
      • SessionUpdateResponseMcpCallFailed - Tool execution failed
    • Added MCP-specific response items:
      • SessionResponseMcpListToolItem - Contains list of available tools from MCP server
      • SessionResponseMcpCallItem - Represents an MCP tool call with optional approval request
      • SessionResponseMcpApprovalRequestItem - Human-in-the-loop approval request
      • SessionResponseMcpApprovalResponseItem - Approval decision response
    • MCP configuration properties on VoiceLiveMcpServerDefinition:
      • ServerLabel - Unique identifier for the MCP server
      • ServerUrl - HTTP endpoint for the MCP server
      • Authorization - Optional authorization header value
      • Headers - Custom HTTP headers for MCP server requests
      • AllowedTools - Optional list of tool names to enable (whitelist)
      • RequireApproval - Approval policy for tool execution
  • Enhanced Avatar Configuration: Extended avatar capabilities with new configuration options

    • Added AvatarConfigTypes enum for avatar type selection ("photo_avatar", "video_avatar")
    • Added PhotoAvatarBaseModes enum for photo avatar model selection ("vasa1")
    • Added AvatarOutputProtocol enum for output protocol selection ("webrtc", "websocket")
    • New properties on AvatarConfiguration:
      • Type - Avatar type (photo or video)
      • Model - Base model for photo avatars
      • OutputProtocol - Protocol for avatar data streaming
  • Personal Voice Enhancements: Added prosody and localization controls for Azure Personal Voice

    • New properties on AzurePersonalVoice:
      • Locale - Primary locale for speech synthesis
      • PreferLocales - List of preferred fallback locales
      • Rate - Speech rate adjustment (e.g., "+10%", "-15%")
      • Pitch - Pitch adjustment (e.g., "+2st", "-1st")
      • Volume - Volume adjustment (e.g., "+6dB", "-3dB")
      • Style - Speaking style selection
        ... (truncated)

1.1.0-beta.1

1.1.0-beta.1 (2026-03-11)

Features Added

  • Added support for NetworkSecurityPerimeter resources:
    • NetworkSecurityPerimeter
    • NetworkSecurityPerimeterAccessRule
    • NetworkSecurityPerimeterAssociation
    • NetworkSecurityPerimeterLink
    • NetworkSecurityPerimeterLoggingConfiguration
    • NetworkSecurityPerimeterProfile

1.0.3-beta.5996861

1.0.3-beta.5996861 (2026-03-11)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.5996720

1.0.3-beta.5996720 (2026-03-11)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.5995343

1.0.3-beta.5995343 (2026-03-11)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.5993539

1.0.3-beta.5993539 (2026-03-11)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.5991839

1.0.3-beta.5991839 (2026-03-11)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.5815175

1.0.3-beta.5815175 (2026-01-29)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.5814383

1.0.3-beta.5814383 (2026-01-29)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.5814063

1.0.3-beta.5814063 (2026-01-29)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.3-beta.5775447

1.0.3-beta.5775447 (2026-01-20)

Other Changes

  • Release DPG library
  • Add Grow-up story

1.0.2

1.0.2 (2026-03-11)

Bugs Fixed

  • Fixed GetRehydrationToken() returning null on operations started with WaitUntil.Started, preventing cross-process operation handoff (#​56840)

1.0.1

1.0.1 (2026-03-06)

Other Changes

  • Set the default initial polling interval to 3 seconds for Analyze, AnalyzeAsync, AnalyzeBinary, and AnalyzeBinaryAsync to optimize polling efficiency.

1.0.0

1.0.0 (2026-02-06)

This is first release of ARM deployment stacks library.

Features Added

This package follows the new Azure SDK guidelines, and provides many core capabilities:

- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
- HTTP pipeline with custom policies.
- Better error-handling.
- Support uniform telemetry across all languages.

This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our Azure SDK for .NET GitHub repo.

NOTE: For more information about unified authentication, please refer to Microsoft Azure Identity documentation for .NET.

1.0.0-beta.10

1.0.0-beta.10 (2026-03-11)

Other Changes

  • Update Microsoft.Agents.AI, Microsoft.Agents.AI.Workflows, Microsoft.Agents.AI.OpenAI packages to 1.0.0-rc3

1.0.0-beta.9

1.0.0-beta.9 (2026-03-03)

Other Changes

  • Update Microsoft.Agents.AI, Microsoft.Agents.AI.Workflows, Microsoft.Agents.AI.OpenAI packages to 1.0.0-rc1

Commits viewable in compare view.

Updated Azure.Identity from 1.13.2 to 1.16.0.

Release notes

Sourced from Azure.Identity's releases.

1.15.0

1.15.0 (2026-02-02)

Features Added

  • Upgraded api-version to 2025-05-01.

1.14.0

1.14.0 (2026-01-16)

Features Added

  • Added new resource type GalleryScript.
  • Added StorageAccountStrategy property to GalleryArtifactPublishingProfileBase class.

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps Azure.AI.Projects from 1.0.0-beta.8 to 1.1.0
Bumps Azure.Identity from 1.13.2 to 1.16.0

---
updated-dependencies:
- dependency-name: Azure.AI.Projects
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Azure.Identity
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 13, 2026

Labels

The following labels could not be found: csharp, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 3, 2026

Superseded by #157.

@dependabot dependabot bot closed this Apr 3, 2026
@dependabot dependabot bot deleted the dependabot/nuget/csharp/voice-live-quickstarts/AgentsNewQuickstart/multi-7319bdf438 branch April 3, 2026 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants